@charset "UTF-8";
/*颜色定义*/
/*背景主色调 */
/*背景副色调*/
/*按钮背景色*/
/*按钮背景色*/
/*按钮背景色*/
/*通用样式*/
body, li, ul, dl, dd, dt, p, h1, h2, h3 {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #FF464E;
}

i, em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
}
img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* 清除浮动  */
.clear {
  *height: 1%;
}
.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/*弹性盒子居中（传入null不设置该属性）
row , column
flex-start , space-between , space-around , flex-end
flex-start , center , flex-end
*/
/*绝对定位  参数顺序：上右下左*/
/* 圆形盒子 */
/*文本格式化，超出范围，显示省略号*/
@-webkit-keyframes shine {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0;
  }
}
/*渐变(从上到下）*/
/* css3动画 默认3s宽度到200px */
/* 画三角形 */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 12px/1.5 Tahoma, Arial, "微软雅黑", sans-serif;
  color: #333;
  min-width: 1200px;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em, i, s, b {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

.none {
  display: none;
}

img {
  border: none;
}

a, textarea, select, input {
  resize: none;
  outline: none;
  font-family: Tahoma, Arial, "微软雅黑", sans-serif;
}

a {
  color: #3d5268;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  text-decoration: none;
  color: #C3172B;
}

::-webkit-input-placeholder {
  color: #b0bec5;
}

:-moz-placeholder {
  color: #b0bec5;
}

::-moz-placeholder {
  color: #b0bec5;
}

:-ms-input-placeholder {
  color: #b0bec5;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}

.icons {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.box380 {
  width: 380px;
}

.box880 {
  width: 880px;
}

.box300 {
  width: 300px;
}

.box830 {
  width: 830px;
}

.box330 {
  width: 330px;
}

.box790 {
  width: 790px;
}

.p-gg {
  padding-right: 20px;
}
.p-gg ul li {
  padding: 20px 0;
  overflow: hidden;
  width: 370px;
  float: left;
  margin-right: 20px;
}

.top {
  height: 30px;
  background: -webkit-linear-gradient(bottom, rgba(246, 246, 246, 0.8), #F6F6F6, rgba(246, 246, 246, 0.8)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(246, 246, 246, 0.8), #F6F6F6, rgba(246, 246, 246, 0.8)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(246, 246, 246, 0.8), #F6F6F6, rgba(246, 246, 246, 0.8)); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0.8), #F6F6F6, rgba(246, 246, 246, 0.8)); /* 标准的语法 */
  color: #f5f5f5;
  border-bottom: solid 1px rgba(226, 73, 92, 0.1);
}

.top-meau {
  position: relative;
  float: left;
  height: 30px;
}
.top-meau ul li {
  float: left;
  height: 30px;
  line-height: 30px;
}
.top-meau ul li a {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  color: #999;
}
.top-meau ul li a:hover {
  color: #666;
}
.top-meau ul li.more {
  position: relative;
}
.top-meau ul li.more a {
  padding: 0 18px 0 10px;
}
.top-meau ul li.more a i {
  position: relative;
  left: 8px;
  top: -2px;
  display: inline-block;
  width: 7px;
  height: 4px;
  background-position: 0 -48px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
}
.top-meau ul li.more:hover a {
  background-color: #fff;
  color: #666;
}
.top-meau ul li.more:hover a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-meau ul li.more.on a {
  background-color: #111;
  color: #666;
}
.top-meau ul li.more ul {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  padding: 5px;
  width: 160px;
  background: #111;
}
.top-meau ul li.more ul li {
  text-align: center;
}
.top-meau ul li.more ul li a:hover {
  background: #333;
  color: #fff;
}

.top-nav {
  float: right;
  height: 30px;
}
.top-nav ul li {
  float: left;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
.top-nav ul li span {
  display: inline-block;
  height: 30px;
  padding: 0 14px;
  line-height: 30px;
  color: #999;
}
.top-nav ul li span:hover {
  color: #666;
}
.top-nav ul li.mobile a {
  background: #666 url(../img/icons.png?v=1) no-repeat 10px 14px;
  color: #fff;
  padding-left: 26px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.top-nav ul li.mobile:hover a {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.head {
  height: 140px;
  background-color: #fff;
  border-bottom: 1px solid rgba(226, 73, 92, 0.1) eed;
  box-shadow: 0 1px 5px rgba(226, 73, 92, 0.1) ddd;
}

.head-bg {
  height: 94px;
  position: relative;
}
.head-bg .logo {
  float: left;
  display: block;
  margin-top: 15px;
}
.head-bg .logo img {
  width: 100%;
}
.head-bg .search {
  float: right;
  width: 460px;
  height: 40px;
  margin-top: 20px;
  background-color: #fff;
  background-position: -86px 12px;
  border: 2px #e2495c solid;
}
.head-bg .search .search-area {
  float: left;
  width: 320px;
  height: 20px;
  line-height: 20px;
  padding: 9px 10px;
  border: 0;
  color: #3d5268;
  font-size: 16px;
}
.head-bg .search .search-btn {
  float: left;
  width: 120px;
  height: 40px;
  border: 0 none;
  background: #e2495c;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.head-bg .search .search-btn:hover {
  background: #d22b3e;
}

div.nav {
  height: 46px;
  background-color: #e2495c;
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.nav ul {
  height: 46px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.nav ul li {
  height: 46px;
  font-size: 16px;
}
div.nav ul li a {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  height: 46px;
  line-height: 46px;
  color: #fff;
}
div.nav ul li.on a, div.nav ul li:hover a {
  background-color: rgba(195, 23, 43, 0.8);
  color: #fff;
}

.cate-bar {
  position: relative;
  float: left;
  width: 220px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
  background: #d43131;
  color: #fff;
}
.cate-bar em {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  background-position: -100px -48px;
}

.icons-hot {
  position: absolute;
  top: -5px;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 14px;
  background-position: -100px -114px;
}

.icons-new {
  position: absolute;
  top: -8px;
  left: 50%;
  display: inline-block;
  width: 18px;
  height: 19px;
  background-position: -100px -152px;
}

.category {
  float: left;
  width: 320px;
  height: 355px;
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2196078431);
}
.category ul.out {
  margin-top: 8px;
  width: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.category ul.out li.out {
  position: relative;
  width: 80px;
  height: 86px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*&:first-child .tag_main{width: 800px;border:1px solid rgb(215,215,215);padding: 15px;display: block;}*/
}
.category ul.out li.out h3 {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.category ul.out li.out h3 a {
  color: #666;
}
.category ul.out li.out h3 a:hover {
  color: #E62828;
}
.category ul.out li.out i {
  position: relative;
  z-index: 2;
  float: left;
  font-size: 22px;
  margin-right: 5px;
  color: #CC9999;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fad9dd;
  border-radius: 50%;
}
.category ul.out li.out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #FCE9E9;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.category ul.out li.out:hover::before {
  width: 210px;
}
.category ul.out li.out .tag_main {
  position: absolute;
  z-index: 1000;
  top: -10px;
  left: 80px;
  width: 0;
  min-height: 200px;
  background-color: #fff;
  border-radius: 5px;
  display: none;
}
.category ul.out li.out .tag_main ul {
  width: 560px;
  float: left;
  max-height: 600px;
  overflow-y: auto;
}
.category ul.out li.out .tag_main ul li {
  margin-top: 15px;
  margin-bottom: 25px;
}
.category ul.out li.out .tag_main ul li a span {
  color: #333;
  font-weight: bold;
}
.category ul.out li.out .tag_main ul li div {
  width: 100%;
  margin-top: 10px;
  line-height: 24px;
}
.category ul.out li.out .tag_main ul li div a {
  color: #666;
  margin-right: 15px;
}
.category ul.out li.out .tag_main ul li div a:hover {
  color: #dd2727;
}
.category ul.out li.out .tag_main .tag_pic {
  width: 240px;
  float: right;
  text-align: center;
}
.category ul.out li.out .tag_main .tag_pic a {
  width: 110px;
  display: inline-block;
  float: left;
  margin-top: 15px;
}
.category ul.out li.out .tag_main .tag_pic img {
  width: 110px;
  margin-bottom: 10px;
}
.category ul.out li.out .tag_main .tag_pic a:hover img {
  opacity: 0.8;
}
.category ul.out li.out:hover .tag_main {
  width: 800px;
  border: 1px solid rgb(215, 215, 215);
  padding: 15px;
  display: block;
}
.category ul.out li.out:hover {
  color: #E62828;
}
.category ul.out li.out:hover .iconfont {
  color: #E62828;
}

.category ul li h3 a:hover, .category ul li p a:hover {
  color: #fff;
}

.icons-riyong {
  background-position: -200px 16px;
}

.icons-canyin {
  background-position: -200px -32px;
}

.icons-muyin {
  background-position: -200px -80px;
}

.icons-qiche {
  background-position: -200px -128px;
}

.icons-huwai {
  background-position: -200px -172px;
}

.icons-yiliao {
  background-position: -200px -220px;
}

.icons-jiadian {
  background-position: -200px -268px;
}

.icons-banggong {
  background-position: -200px -316px;
}

.fs-middle {
  float: left;
  width: 620px;
  margin: 20px 0 0 20px;
}

#slide.slide {
  position: relative;
  width: 620px;
  height: 365px;
  overflow: hidden;
}

.fs-tit {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #263341;
}

.fs-r {
  float: right;
  width: 220px;
  height: 365px;
  overflow: hidden;
  margin-top: 20px;
}

.hotcategory {
  position: relative;
}
.hotcategory a {
  float: left;
  display: inline-block;
  margin: 0 2px 2px 0;
  width: 71px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.hotcategory a.sty-1 {
  background: #f17b8a;
}
.hotcategory a.sty-2 {
  background: #CC3366;
}
.hotcategory a.sty-3 {
  background: #CC6699;
}
.hotcategory a.sty-4 {
  width: 144px;
  height: 72px;
  line-height: 72px;
  background: #CC6633;
}
.hotcategory a:hover {
  background: #CC3366;
}

#recFous.slide {
  position: relative;
  width: 180px;
  height: 234px;
  margin-top: 30px;
  overflow: hidden;
}
#recFous .slide-list {
  width: 180px;
  height: 234px;
}
#recFous .slide-list li {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 234px;
}
#recFous .slide-list li a {
  display: block;
  width: 180px;
  height: 234px;
  overflow: hidden;
}
#recFous .slide-control {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
#recFous .slide-control ul li {
  display: inline-block;
  display: inline;
  width: 0;
  height: 0;
  font-size: 0;
  color: #000;
  padding: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: 8px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#recFous .slide-control ul li.on {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: #C3172B;
}
#recFous .slide-tit {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 100;
}
#recFous .slide-tit a {
  color: #fff;
}
#recFous .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(transparent, #000);
  background-size: auto 100%;
  z-index: 99;
}

.excellent-tit {
  height: 50px;
  line-height: 50px;
}
.excellent-tit h3 {
  display: inline;
  font-size: 22px;
  font-weight: bold;
  color: #263341;
}
.excellent-tit span {
  padding: 0 10px;
  font-size: 14px;
}

.excellent ul li {
  float: left;
  width: 150px;
  margin: 10px 0;
}
.excellent ul li a {
  display: block;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.excellent ul li a:hover {
  background: #b4bfca;
  color: #263341;
}
.excellent ul li a i {
  display: inline-block;
  width: 28px;
  height: 56px;
  margin: 0 auto;
}

.icons-chongwu {
  background-position: -300px 16px;
}

.icons-yinyou {
  background-position: -300px -32px;
}

.icons-gaogengxie {
  background-position: -300px -80px;
}

.icons-baobao {
  background-position: -300px -128px;
}

.icons-zuoyi {
  background-position: -300px -176px;
}

.icons-meifa {
  background-position: -300px -224px;
}

.icons-mianmo {
  background-position: -300px -274px;
}

.icons-tianpin {
  background-position: -300px -322px;
}

.b-titles {
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  color: #263341;
}

.p-g {
  padding-right: 30px;
}
.p-g ul li {
  padding: 20px 0;
  overflow: hidden;
}

.p-g-pic {
  float: left;
  display: inline-block;
  width: 140px;
  height: 111px;
  overflow: hidden;
}

.p-g-chara {
  float: right;
  width: 220px;
}

.p-g-tag {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.p-g-tag a {
  font-weight: bold;
  color: #8c9eb1;
}

.p-g-bt {
  margin: 6px 0;
  line-height: 20px;
  max-height: 40px;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
}

.p-g-c {
  font-size: 14px;
  color: #6b7c92;
}

.discount {
  height: 435px;
  overflow: hidden;
}
.discount ul {
  height: 400px;
  overflow: hidden;
}
.discount ul li {
  padding: 30px 0;
  overflow: hidden;
}
.discount ul li .img {
  float: left;
  display: inline-block;
}
.discount ul li .chara {
  float: right;
  width: 210px;
}
.discount ul li .chara .tit {
  margin-bottom: 15px;
  max-height: 48px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
.discount ul li .chara .price {
  height: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.discount .port-btn {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #0581c9;
  color: #fff;
}
.discount .port-btn:hover {
  background: #1495e0;
}

.original {
  margin-right: 20px;
  color: #8c9eb1;
  text-decoration: line-through;
}

.preferential {
  color: #3ece8d;
}

.dis-control {
  margin-top: 10px;
  text-align: center;
}
.dis-control span.prev {
  background-position: 0 -114px;
}
.dis-control span.next {
  background-position: -48px -114px;
}

.dis-control span.prev, .dis-control span.next {
  display: inline-block;
  width: 10px;
  height: 16px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.dis-control span.prev:hover, .dis-control span.next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.dis-num {
  padding: 0 20px;
  font-size: 16px;
  color: #0581c9;
  font-weight: bold;
}

.news-ranks-tit {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgba(226, 73, 92, 0.2);
}
.news-ranks-tit h3 {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  color: #e2495c;
}

.news-ranks {
  overflow: hidden;
}
.news-ranks ul {
  width: 1230px;
  margin: 20px 0;
}
.news-ranks ul li {
  position: relative;
  float: left;
  width: 185px;
  height: 270px;
  border-radius: 6px;
  margin-right: 18px;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}
.news-ranks ul li .pic {
  width: 183px;
  height: 183px;
  border: 1px #eee solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-ranks ul li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.news-ranks ul li:hover .bt a {
  color: #e2495c;
}
.news-ranks ul li .bt {
  max-height: 48px;
  padding: 10px 10px;
  line-height: 26px;
  font-size: 14px;
}
.news-ranks ul li .bt a {
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-ranks ul li .tag {
  padding: 5px 10px;
}
.news-ranks ul li .tag a {
  color: #92a3b6;
  font-size: 14px;
  font-weight: bold;
}

.video {
  position: relative;
  width: 215px;
  height: 170px;
  z-index: 10;
}
.video i.mask {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 215px;
  height: 170px;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video span.video-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 215px;
  height: 170px;
  background: url(../img/bfn2.png) no-repeat center center;
}
.video:hover i.mask {
  display: block;
}
.video:hover span.video-icon {
  display: block;
}

.newest-rank-tit h3 {
  display: inline;
  font-size: 22px;
  font-weight: bold;
  color: #263341;
}

.newest-rank ul {
  width: 1230px;
  margin: 20px 0;
}
.newest-rank ul li {
  position: relative;
  float: left;
  width: 215px;
  height: 240px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 30px 30px 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.newest-rank ul li img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.newest-rank ul li .bt {
  max-height: 52px;
  padding: 5px 10px;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
}
.newest-rank ul li .tag {
  padding: 5px 10px;
}
.newest-rank ul li .tag a {
  color: #92a3b6;
  font-size: 14px;
  font-weight: bold;
}

/*友情链接*/
.f-link {
  width: 1200px;
  margin: 20px auto;
  border-top: 1px #ccc solid;
  padding-top: 15px;
  line-height: 24px;
}
.f-link span {
  color: #666;
}
.f-link a {
  color: #999;
  margin: 0 10px;
  display: inline-block;
}

.home-l-tit h3 {
  display: inline;
  font-size: 22px;
  font-weight: bold;
  color: #263341;
}

.home-l {
  overflow: hidden;
}
.home-l ul {
  width: 866px;
}
.home-l ul li {
  float: left;
  width: 252px;
  height: 208px;
  margin: 0 36px 20px 0;
}
.home-l ul li a.img {
  display: block;
  width: 252px;
  height: 168px;
}
.home-l ul li .bt {
  height: 32px;
  padding-top: 4px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}

.hot-degree {
  position: relative;
  float: right;
  width: 150px;
  height: 40px;
}
.hot-degree .hotline {
  position: relative;
  width: 90px;
  height: 4px;
  margin-top: 18px;
  background: rgba(226, 73, 92, 0.1);
}
.hot-degree .hotline em {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: 4px;
  background: #a8c5e2;
}
.hot-degree .hotnum {
  position: absolute;
  top: 0;
  right: 0;
  color: #888;
}

.bd-tag-cont {
  overflow: hidden;
}
.bd-tag-cont ul {
  display: none;
  width: 1220px;
}
.bd-tag-cont ul.curent {
  display: block;
}
.bd-tag-cont ul li {
  float: left;
  margin: 20px 13px 0 0;
}
.bd-tag-cont ul li a {
  width: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
.bd-tag-cont ul li a img {
  font-size: 0;
  border: 1px solid rgba(226, 73, 92, 0.1);
}
.bd-tag-cont ul li a div.name {
  height: 24px;
  padding-top: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.bd-tag-cont ul li a div.desc {
  height: 24px;
  padding-top: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #999;
  overflow: hidden;
}

.bd-tab .letter {
  overflow: hidden;
}
.bd-tab .letter a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(226, 73, 92, 0.1);
  color: #e2495c;
  font-size: 15px;
  font-weight: bold;
  border-radius: 10px 0 10px 0;
  margin: 20px 20px 0 0;
  float: left;
}

.bd-tab-cont {
  overflow: hidden;
}
.bd-tab-cont ul {
  display: none;
  width: 1220px;
}
.bd-tab-cont ul.curent {
  display: block;
}
.bd-tab-cont ul li {
  float: left;
  display: inline-block;
  width: 138px;
  margin: 20px 13px 0 0;
}
.bd-tab-cont ul li a .pic {
  width: 138px;
  height: 80px;
  padding-top: 4px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  border: 1px solid rgba(226, 73, 92, 0.1);
}
.bd-tab-cont ul li a .pic img {
  max-width: 100%;
  max-height: 100%;
}
.bd-tab-cont ul li a .txt {
  height: 24px;
  padding-top: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

.index-bang {
  width: 1200px;
  height: 650px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  padding-right: 25px;
}
.index-bang .swiper-slide {
  height: 610px;
  border: 1px solid rgba(226, 73, 92, 0.1);
  border-top: 3px solid rgba(226, 73, 92, 0.1);
  box-shadow: 0 0 5px rgba(226, 73, 92, 0.1);
}
.index-bang .home-r-tit {
  height: 40px;
  border-bottom: 1px solid rgba(226, 73, 92, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.index-bang .home-r-tit h3 {
  font-size: 18px;
  color: #e2495c;
  padding-left: 30px;
  background: url(../img/icon-bang.png) no-repeat 0 2px;
}
.index-bang .home-r ul {
  overflow: hidden;
  padding-bottom: 10px;
}
.index-bang .home-r ul li {
  height: 50px;
  line-height: 50px;
  margin-top: 6px;
  overflow: hidden;
}
.index-bang .home-r ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.index-bang .home-r ul li a i {
  float: left;
  width: 24px;
  margin: 8px 10px 0 15px;
  line-height: 24px;
  text-align: center;
  background: #bbb;
  color: #fff;
  border-radius: 24px;
}
.index-bang .home-r ul li a i.n1 {
  background: #fe741c;
}
.index-bang .home-r ul li a i.n2 {
  background: #fdb80c;
}
.index-bang .home-r ul li a i.n3 {
  background: #fbe01b;
}
.index-bang .home-r ul li a img {
  width: 40px;
  height: 40px;
  border: 1px #eee solid;
  border-radius: 40px;
  margin-right: 20px;
}
.index-bang .home-r ul li a .bt {
  float: left;
  width: 240px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.index-bang .home-r ul li:first-child .hot-degree em {
  background: #fe741c;
}
.index-bang .home-r ul li:nth-child(2) .hot-degree em {
  background: #fdb80c;
}
.index-bang .home-r ul li:nth-child(3) .hot-degree em {
  background: #fbe01b;
}

.index-news {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.index-news .index-news-list {
  width: 590px;
  height: auto;
  background-color: #fff;
}
.index-news .index-news-list .news-nav {
  float: left;
  margin-left: 10px;
  width: 570px;
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
  color: #de2a2a;
  text-indent: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
}
.index-news .index-news-list .news-left {
  float: left;
  padding-left: 15px;
  padding-right: 10px;
  width: 235px;
  height: 688px;
}
.index-news .index-news-list .news-left .news-first {
  float: left;
  margin-top: 15px;
  width: 235px;
  height: 260px;
  border-bottom: 1px #eee solid;
}
.index-news .index-news-list .news-left .news-first .img {
  float: left;
  width: 220px;
  height: 160px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.index-news .index-news-list .news-left .news-first .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-news .index-news-list .news-left .news-first .first-title {
  float: left;
  margin-top: 5px;
  width: 235px;
  height: 36px;
}
.index-news .index-news-list .news-left .news-first .first-title a {
  float: left;
  overflow: hidden;
  width: 235px;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
}
.index-news .index-news-list .news-left .news-first .first-desc {
  float: left;
  display: -webkit-box;
  width: 235px;
  height: 57px;
  color: #999;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 14px;
  line-height: 24px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-news .index-news-list .news-left ul {
  float: left;
  margin-top: 5px;
  width: 235px;
  height: auto;
}
.index-news .index-news-list .news-left ul li {
  float: left;
  width: 236px;
  height: 36px;
  background: url(../img/p1.png) no-repeat 3px center;
  padding-left: 15px;
  line-height: 36px;
}
.index-news .index-news-list .news-left ul li a {
  width: 221px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
  display: block;
}
.index-news .index-news-list .news-right {
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  width: 300px;
  height: auto;
}
.index-news .index-news-list .news-right ul {
  float: left;
  width: 300px;
  height: auto;
}
.index-news .index-news-list .news-right ul li {
  float: left;
  width: 300px;
  height: 74px;
  padding-top: 10px;
  border-bottom: 1px #eee solid;
}
.index-news .index-news-list .news-right ul li .left {
  margin-right: 10px;
  float: left;
  width: 208px;
}
.index-news .index-news-list .news-right ul li .left a {
  float: left;
  overflow: hidden;
  width: 208px;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
}
.index-news .index-news-list .news-right ul li .left .desc {
  float: left;
  display: -webkit-box;
  width: 208px;
  height: 48px;
  color: #999;
  text-overflow: ellipsis;
  white-space: initial;
  font-size: 12px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-news .index-news-list .news-right ul li img {
  float: right;
  width: 72px;
  height: 72px;
}
.index-news .index-news-list .news-right ul li:last-child {
  border-bottom: 0;
}

.brands-news-c2 ul li {
  float: left;
  width: 360px;
  height: 80px;
  padding-right: 40px;
}
.brands-news-c2 ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.brands-news-c2 ul li a i {
  float: left;
  width: 18px;
  margin: 6px 6px 0 0;
  line-height: 18px;
  text-align: center;
  background: #bbb;
  color: #fff;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
}
.brands-news-c2 ul li div {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #999;
}
.brands-news-c2 ul li:first-child a i {
  background: #fe741c;
}
.brands-news-c2 ul li:nth-child(2) a i {
  background: #fdb80c;
}
.brands-news-c2 ul li:nth-child(3) a i {
  background: #fbe01b;
}

.footer {
  padding: 30px 0;
  background: #e8e8e8;
}
.footer .crop {
  text-align: center;
}
.footer .crop p {
  padding: 40px 0 20px 0;
  color: #666;
}
.footer .crop img {
  margin: 0 10px;
  font-family: Tahoma, Geneva, sans-serif;
}

.foot-m dl {
  float: left;
  width: 120px;
  padding: 0 50px;
  border-right: 1px solid rgba(226, 73, 92, 0.1);
}
.foot-m dl dt {
  height: 40px;
  line-height: 40px;
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
}
.foot-m dl dd {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
.foot-m dl dd a {
  color: #666;
}
.foot-m dl dd a:hover {
  color: #777;
}

.footer-code {
  float: left;
  width: 400px;
  padding: 0 50px;
  color: #d22b3e;
}
.footer-code img {
  float: left;
  dispay: inline-block;
  margin-right: 30px;
}
.footer-code p {
  font-size: 16px;
  font-weight: bold;
  padding: 40px 0 0 20px;
}

.bread {
  height: 60px;
  line-height: 60px;
  text-indent: 20px;
  color: #94a4b4;
  font-size: 14px;
  background-position: -360px 22px;
}
.bread a {
  color: #3d5268;
  font-size: 14px;
}
.bread .time {
  float: right;
}

.special h1 {
  padding: 10px 0 20px 0;
  line-height: 48px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #e2495c;
}

.lead {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 1px 8px rgba(226, 73, 92, 0.1);
}
.lead .left {
  float: left;
  width: 760px;
  margin-left: 70px;
}
.lead .left .dy {
  font-size: 20px;
  color: #6b7c92;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lead .right {
  float: right;
  display: inline-block;
  width: 180px;
  height: 180px;
  padding: 10px;
  margin-right: 40px;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.lead .right img {
  max-width: 100%;
  max-height: 100%;
}
.lead p {
  line-height: 32px;
  font-size: 16px;
  color: #6b7c92;
}
.lead .time {
  color: #6b7c92;
  text-align: right;
  margin-top: 10px;
}
.lead .time i {
  position: relative;
  margin-right: 5px;
}
.lead .time i.icon-shijian {
  margin-left: 36px;
}

.top-list li.li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  border: 2px solid #fff;
}
.top-list li.li:hover {
  border: 2px solid rgba(226, 73, 92, 0.1);
}

.tl-img {
  float: left;
  display: inline-block;
  width: 138px;
  margin-right: 20px;
}

.tl-info {
  float: left;
  width: 500px;
}

.tl-info-tt {
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tl-info-tt a {
  font-size: 20px;
  font-weight: bold;
}
.tl-info-tt a span {
  font-size: 14px;
}
.tl-info-tt span.num {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  background: #ccc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tl-info-tt span.num.red1 {
  background: #dd2727;
}
.tl-info-tt span.num.red2 {
  background: #fdaa01;
}
.tl-info-tt span.num.red3 {
  background: #C3172B;
}

.tl-votes {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #888;
  overflow: hidden;
}
.tl-votes i {
  color: #ff0d0d;
}

/*.tl-info-tt span.red{background:#dd2727;}
.tl-info-tt span.yellow{background:#fdaa01;}
.tl-info-tt span.blue{background:#C3172B;}*/
.vote-btns {
  height: 20px;
  padding: 10px 0;
  line-height: 20px;
}
.vote-btns div {
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.vote-btns div i {
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.vote-btns div.like i {
  background-position: 0 -192px;
}
.vote-btns div.liked i {
  background-position: 0 -222px;
}
.vote-btns div.unlike i {
  background-position: -80px -192px;
}
.vote-btns div.unliked i {
  background-position: -80px -222px;
}
.vote-btns .like {
  color: #f00;
}
.vote-btns .unlike {
  color: #999;
}

.tl-intr {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.add-animation {
  color: #000;
  position: absolute;
  top: -15px;
  left: 10px;
  font-size: 15px;
  opacity: 0;
  filter: Alpha(opacity=0);
  animation: mypraise 0.5s;
  -webkit-animation: mypraise 0.5s;
}

@keyframes mypraise {
  0% {
    top: -15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    top: -20px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: Alpha(opacity=100);
    opacity: 1;
    top: -25px;
    opacity: 1;
    filter: Alpha(opacity=100);
    opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    top: -30px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: Alpha(opacity=0);
    opacity: 0;
    top: -35px;
    opacity: 0;
    filter: Alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes mypraise {
  0% {
    top: -15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    opacity: 0;
  }
}
.praise-rate {
  float: left;
  width: 100px;
  height: 100px;
  margin-left: 30px;
}

.praise-rate .pr-tit {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}

.praise-ring {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-family: Georgia;
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}

.tl-btns {
  float: right;
  width: 100px;
}
.tl-btns a {
  display: block;
  height: 36px;
  margin-bottom: 15px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}

.w840 {
  width: 840px;
  margin-left: 30px;
}

.tl-b1 {
  background: #ef5661;
}
.tl-b1:hover {
  background: #ff5d68;
}

.tl-b2 {
  background: #5fbff3;
}
.tl-b2:hover {
  background: #5dc6ff;
}

.tl-b3 {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background: #ef5661;
}
.tl-b3:hover {
  background: #ffcb5c;
}

.tl-showmore {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  height: 56px;
  margin-top: 10px;
  line-height: 56px;
  font-size: 14px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.tl-showmore i {
  display: inline-block;
  width: 18px;
  height: 8px;
  background-position: 0 -288px;
}

.tl-relative {
  display: none;
  padding: 10px 0 0 188px;
  background: url(../img/tl-bg.png) no-repeat 158px;
}
.tl-relative dt {
  height: 36px;
  margin-bottom: 8px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #263341;
}
.tl-relative dd {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}

.relative-ranks ul li {
  float: left;
  display: inline-block;
  width: 260px;
  height: 40px;
  margin: 14px 14px 0 0;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid rgba(226, 73, 92, 0.1);
  padding: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.relative-ranks ul li a {
  position: relative;
  display: block;
  background: rgba(226, 73, 92, 0.1);
  height: 40px;
  text-align: center;
  z-index: 2;
}
.relative-ranks ul li a:hover {
  color: #fff;
}
.relative-ranks ul li a:hover::before {
  width: 100%;
}
.relative-ranks ul li a:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #e2495c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.relative-ranks ul li:hover {
  border: 1px solid rgba(226, 73, 92, 0.5);
}

.ot-list ul li {
  padding: 10px 0;
  overflow: hidden;
}
.ot-list ul li .img {
  float: left;
  display: inline-block;
  width: 138px;
  margin-right: 20px;
  margin-top: 20px;
}

.ot-info {
  float: left;
  width: 420px;
}

.ot-info-tt {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}

.ot-intr {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.ot-r {
  float: right;
  width: 180px;
  height: 80px;
  padding-top: 20px;
  padding-left: 30px;
  background: url(../img/tl-bg.png) no-repeat left 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ot-r p {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

.big-brand ul {
  overflow: hidden;
  padding-bottom: 20px;
}
.big-brand ul li {
  float: left;
  position: relative;
  display: inline-block;
  width: 120px;
  height: 80px;
  margin: 17px 0 0 12px;
  overflow: hidden;
  padding: 2px;
  border: 1px #eee solid;
}
.big-brand ul li i {
  position: absolute;
  top: 90px;
  left: 0;
  width: 118px;
  height: 78px;
  background: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.big-brand ul li div {
  width: 120px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90px;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.big-brand ul li div span {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.big-brand ul li a.pic {
  width: 120px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.big-brand ul li a.pic img {
  max-width: 120px;
  max-height: 80px;
}
.big-brand ul li:hover i {
  top: 3px;
  left: 3px;
}
.big-brand ul li:hover div {
  top: 3px;
  left: 3px;
}

.tit-a {
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color: #222;
  text-indent: 10px;
}

.tit300 {
  position: relative;
  padding: 10px 20px;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 10px;
  color: #000;
}
.tit300 a.more {
  font-size: 14px;
}
.tit300 .hot-bar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #999;
}

.welc-rank {
  position: relative;
  font-size: 14px;
  border: 2px solid #d9dfe8;
}
.welc-rank .more {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #9ed5f8;
  color: #fff;
}
.welc-rank .more i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 0 -308px;
}
.welc-rank .more i.close {
  background-position: 0 -260px;
}
.welc-rank ul {
  overflow: hidden;
}
.welc-rank ul li {
  height: 48px;
  line-height: 48px;
  background: url(../img/list_icon.png) no-repeat 14px 20px;
  text-indent: 30px;
  overflow: hidden;
}
.welc-rank ul li:hover {
  background: #e2495c url(../img/list_icon.png) no-repeat 14px -30px;
  color: #fff;
}
.welc-rank ul li:hover a {
  color: #fff;
  color: #fff;
}
.welc-rank ul li a {
  float: left;
  display: inline-block;
  width: 180px;
}
.welc-rank ul li span {
  float: right;
  display: inline-block;
  width: 80px;
  padding-right: 20px;
  text-align: right;
}

.cata-list {
  width: 298px;
  padding-bottom: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #fff;
}
.cata-list ul {
  padding: 5px 0;
}
.cata-list ul li {
  float: left;
  width: 140px;
  height: 34px;
  margin: 8px 0 0 6px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cata-list ul li i {
  color: #999;
  font-size: 10px;
  margin-left: 5px;
}
.cata-list ul li a {
  display: inline-block;
  height: 34px;
  width: 120px;
  padding: 0 0 0 5px;
  line-height: 34px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cata-list ul li:hover {
  background: #F85E23;
}
.cata-list ul li:hover i {
  color: #fff;
}
.cata-list ul li:hover a {
  color: #fff;
}

.bang_top {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bang_top a {
  width: 182px;
  height: 230px;
}
.bang_top a img {
  width: 182px;
  height: 182px;
  border: 1px solid #eee;
  padding: 2px;
}
.bang_top a span {
  display: block;
  text-align: center;
  line-height: 38px;
}

.brand-search {
  padding: 20px 0;
  margin: 10px auto;
  width: 1200px;
}
.brand-search h1 {
  text-align: center;
  color: #666;
  font-size: 24px;
  font-weight: bold;
}
.brand-search p {
  color: #b0bec5;
  font-size: 16px;
  text-align: center;
}

.bs-box {
  width: 600px;
  height: 60px;
  padding-left: 40px;
  background-color: #fff;
  margin: 40px auto 0 auto;
  background-position: -86px 22px;
  border-radius: 6px;
}

.bs-search-area {
  float: left;
  width: 340px;
  height: 20px;
  line-height: 20px;
  padding: 20px 10px;
  border: 0;
  color: #3d5268;
  font-size: 16px;
}

.bs-search-btn {
  position: relative;
  float: left;
  width: 240px;
  height: 60px;
  border: 0 none;
  background: #e34818;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.bs-search-btn:hover {
  background: #f60;
}

.hot-brand {
  position: relative;
  padding-top: 31px;
  border: 3px solid #e34818;
  zoom: 1;
}
.hot-brand i.pos-tit {
  width: 211px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-position: 0 -436px;
  position: absolute;
  top: -8px;
  _top: -5px;
  left: 490px;
  font-size: 18px;
}
.hot-brand ul {
  margin-left: 40px;
  padding-bottom: 30px;
}
.hot-brand li {
  float: left;
  width: 120px;
  padding: 20px 20px 0 0;
  overflow: hidden;
  text-align: center;
}
.hot-brand li a {
  display: block;
}
.hot-brand li a:hover .pic {
  border: 1px solid #e2495c;
}
.hot-brand li a span {
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-bottom: 2px;
  overflow: hidden;
}
.hot-brand li .pic {
  border: 1px solid #e5e5e5;
  width: 120px;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hot-brand li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.hot-brand li p {
  height: 20px;
  line-height: 20px;
  color: #878787;
}
.hot-brand li p em {
  color: #b10101;
}

.titBrand {
  margin-bottom: 25px;
}

.classfiy-letter {
  position: relative;
  margin-top: 30px;
  height: 40px;
  font-size: 16px;
}
.classfiy-letter a {
  position: relative;
  float: left;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 6px;
  background-color: #f4f4f4;
  text-align: center;
  color: #646464;
}
.classfiy-letter a:hover {
  color: #b10101;
  text-decoration: none;
}
.classfiy-letter a.current {
  width: 42px;
  background: #e2495c;
  color: #fff;
}
.classfiy-letter a.current:after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #e2495c transparent transparent;
}
.classfiy-letter span {
  position: relative;
  float: left;
  display: inline-block;
  width: 106px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 6px;
  background-color: #eee;
  text-align: center;
}

.classfy-items {
  padding-top: 50px;
}

.classfy-brand {
  position: relative;
  padding: 62px 29px 13px;
  border: 3px solid #e5e5e5;
}
.classfy-brand i.pos-tit {
  position: absolute;
  top: -10px;
  left: 490px;
  width: 211px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-position: 0 -532px;
  color: #fff;
  font-size: 24px;
}

.tit-brand {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tit-brand li {
  height: 120px;
  text-align: center;
  display: inline-block;
  width: 140px;
  overflow: hidden;
}
.tit-brand li a:hover div {
  border: 1px solid #000;
}
.tit-brand li a div {
  width: 120px;
  height: 80px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tit-brand li a img {
  max-width: 100%;
  max-height: 100%;
}
.tit-brand li a span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 2px;
  overflow: hidden;
}

.tag-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tag-name li {
  height: 32px;
  margin-bottom: 14px;
  display: inline-block;
  width: 120px;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-name li .iconfont {
  font-size: 12px;
}
.tag-name li .en {
  color: #878787;
}
.tag-name li .cname {
  height: 17px;
  font-size: 14px;
  overflow: hidden;
}

.brand-index-char {
  padding: 10px 0;
}
.brand-index-char .title {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #e2495c;
  border-bottom: 1px #eee solid;
}
.brand-index-char ul li {
  float: left;
  display: inline-block;
  height: 40px;
  width: 88px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  margin: 5px 15px 0 0;
  white-space: nowrap;
}

.product-info {
  position: relative;
  height: 120px;
  padding: 40px;
  margin: 0 auto 0 auto;
  color: #333;
  box-shadow: 0 1px 8px rgba(226, 73, 92, 0.1);
}

.product-logo {
  float: left;
  width: 180px;
  height: 120px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product-logo span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.product-logo img {
  vertical-align: middle;
  max-width: 100%;
}

.product-short {
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 28px;
}

.product-charas {
  position: relative;
  float: left;
  width: 500px;
  height: 120px;
  padding-left: 30px;
}
.product-charas .tt {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.product-charas .tt .product-name {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
}
.product-charas .tt .country {
  margin-left: 30px;
  font-size: 14px;
}

.product-name {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
}

.comment-btn {
  display: inline-block;
  padding: 7px 30px;
  background-color: #ff532a;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.comment-btn:hover {
  background-color: #ff613b;
  color: #fff;
}

.product-rate {
  float: left;
  padding: 0 80px;
  text-align: center;
}
.product-rate .pr-tit {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #48cda6;
}

.pr-rt {
  position: absolute;
  top: 10px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  height: 140px;
  width: 130px;
  padding: 20px;
  text-align: center;
}
.pr-rt .red {
  font-weight: bold;
}
.pr-rt p {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin: 20px 0;
}
.pr-rt .liked {
  background: #fff;
  color: #F85E23;
}

.pr-rt .like, .pr-rt .unlike {
  position: relative;
  height: 24px;
  margin-top: 12px;
  font-weight: bold;
  line-height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}

.box-in {
  padding: 20px 0;
  font-size: 14px;
}

.info-tit {
  height: 40px;
  border-bottom: 1px solid rgba(226, 73, 92, 0.1);
  font-size: 18px;
  color: #e2495c;
}
.info-tit span {
  float: left;
  height: 40px;
  border-bottom: 1px solid #e2495c;
  font-weight: bold;
}

.base-infos ul {
  padding: 10px 0;
}
.base-infos ul li {
  float: left;
  width: 48%;
  height: 40px;
  padding: 0 1%;
  line-height: 40px;
}
.base-infos ul li span {
  padding-left: 10px;
  color: #222;
}
.base-infos ul li span a {
  margin-right: 10px;
  color: #C3172B;
}
.base-infos ul li span a:hover {
  text-decoration: underline;
  color: #C3172B;
}
.base-infos ul li.shops {
  background: url(../img/brand-bg.png) no-repeat;
}
.base-infos ul li.shops a {
  padding: 4px 5px 4px 26px;
  color: #dd2727;
  border: 1px solid #dd2727;
  font-size: 12px;
  border-radius: 4px;
}
.base-infos ul li.shops a:hover {
  color: #fff;
  background-color: #dd2727;
  text-decoration: none;
}
.base-infos ul li.shops .icons-tmall:hover {
  background-position: 6px -624px;
}
.base-infos ul li.shops .icons-jd:hover {
  background-position: -90px -624px;
}

.base-cont {
  padding: 10px 0;
  line-height: 28px;
}
.base-cont h3 {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}
.base-cont p {
  padding: 5px 0;
  text-indent: 2em;
  line-height: 28px;
}

.icons-tmall {
  background-position: 6px -594px;
}

.icons-jd {
  background-position: -90px -594px;
}

.bd-related {
  color: #aaa;
}
.bd-related dt {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.bd-related dd {
  float: left;
  height: 30px;
  line-height: 30px;
}
.bd-related dd a {
  padding: 0 10px;
  color: #0384c9;
}
.bd-related dd a:hover {
  color: #f33;
}

.base-praise {
  padding-top: 20px;
  font-size: 15px;
}
.base-praise p {
  text-indent: 2em;
  line-height: 30px;
  margin: 10px 0;
}
.base-praise ul li {
  float: left;
  width: 420px;
  height: 24px;
  line-height: 24px;
  padding: 8px 0;
  color: #888;
}
.base-praise ul li span {
  color: #333;
}
.base-praise ul li a {
  color: #3b99d9;
}
.base-praise ul li a:hover {
  color: #3b99d9;
  text-decoration: underline;
}
.base-praise .update {
  padding: 10px 0;
  text-align: right;
  color: #bbb;
  font-size: 12px;
}

.category-items {
  padding: 20px 0 10px 0;
}
.category-items span {
  float: left;
  display: inline-block;
  width: 100px;
  padding-top: 2px;
  text-align: center;
  color: #e2495c;
  font-size: 16px;
  font-weight: bold;
}
.category-items ul {
  float: left;
  font-size: 14px;
}
.category-items ul li {
  float: left;
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  white-space: nowrap;
}
.category-items ul li a {
  color: #666;
}
.category-items ul li a:hover {
  color: #e2495c;
}

.detail-bar {
  height: 48px;
  border-bottom: 2px solid #e2495c;
}
.detail-bar ul li {
  float: left;
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  font-size: 16px;
  color: #e2495c;
  cursor: pointer;
}
.detail-bar ul li.on {
  background: #e2495c;
  color: #fff;
}

.dt-tabs .dt-tabbox {
  display: none;
}
.dt-tabs .dt-tabbox.curent {
  display: block;
}

.partake ul {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.partake ul li {
  padding: 20px 0;
  width: 168px;
  text-align: center;
  overflow: hidden;
}
.partake ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partake ul li .rks {
  width: 150px;
  height: 150px;
  color: #fff;
  opacity: 0.95;
  border: 1px #eee solid;
}
.partake ul li .rks img {
  max-width: 100%;
  max-height: 100%;
}
.partake ul li .rks:hover {
  border: 1px rgba(226, 73, 92, 0.2) solid;
}

.partake-info .tit {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 10px;
}
.partake-info .rela {
  font-weight: bold;
  color: #6b7c92;
}

.product-list {
  padding: 10px 0;
}
.product-list ul li {
  padding: 20px 0;
  overflow: hidden;
}
.product-list ul li .img {
  float: left;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-right: 20px;
}
.product-list ul li .info {
  float: left;
  width: 360px;
}
.product-list ul li .tit {
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
}
.product-list ul li .price {
  height: 40px;
  margin-bottom: 5px;
  line-height: 40px;
  font-size: 14px;
  color: #888;
}
.product-list ul li .price span {
  font-size: 18px;
  color: #b10101;
}
.product-list ul li .intr {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.product-list ul li .praise-rate {
  float: left;
  width: 100px;
  padding: 30px 40px 0 40px;
  height: 180px;
}
.product-list ul li .btns {
  float: right;
  width: 120px;
  height: 180px;
}

.commt-peo {
  height: 30px;
  margin: 40px 0 10px 0;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.commt-peo span {
  color: #b10101;
}

.to-commt {
  display: block;
  height: 24px;
  margin: 10px 0;
  line-height: 24px;
  border: 1px solid #b10101;
  border-radius: 14px;
  text-align: center;
  color: #b10101;
}
.to-commt:hover {
  background: #b10101;
  color: #fff;
}

.page {
  text-align: center;
  clear: both;
}

.page span, .page a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  color: #666;
}

.page a, .page span {
  padding: 6px 13px;
  border: 1px solid #e8e8e8;
}

.page a:hover, .page a.on {
  background: #e2495c;
  border: 1px solid #e2495c;
  color: #fff;
  text-decoration: none;
}

.comment {
  padding: 20px 0;
}
.comment form {
  width: 830px;
}

.ct_box {
  width: 810px;
  height: 72px;
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 18px;
  resize: none;
  overflow-y: scroll;
}

.ct_name {
  width: 120px;
  height: 24px;
  margin-top: 10px;
  padding: 0 4px;
  line-height: 24px;
  border: 1px solid #ccc;
}

.use_nm {
  float: left;
  line-height: 24px;
  color: #999;
}

.ct_btn {
  display: inline-block;
  padding: 7px 25px 7px 30px;
  border: 0 none;
  background-color: #ff532a;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.sbmit {
  float: right;
  display: block;
  margin-top: 10px;
}

.give-pf {
  padding-left: 40px;
  height: 42px;
  line-height: 42px;
}

.message {
  overflow: hidden;
}

.message_img {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.message_img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.messages_infos {
  color: #a6aab3;
  padding-bottom: 10px;
  font-size: 12px;
}
.messages_infos span {
  padding-right: 20px;
}

.messages li {
  margin: 15px 0;
  color: #999;
  overflow: hidden;
  border-bottom: 1px rgba(226, 73, 92, 0.1) solid;
  padding-bottom: 15px;
}
.messages li span {
  color: #666;
}
.messages li .ask {
  font-size: 14px;
  color: #666;
}
.messages li .time {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  margin-bottom: 5px;
}
.messages li .answer {
  font-size: 14px;
  color: #999;
}
.messages .nodata {
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 80px;
}

.nic_name {
  color: #a3abb8;
  padding-right: 20px;
}

.rec-tit {
  height: 40px;
  padding-bottom: 10px;
  line-height: 40px;
  font-size: 24px;
  color: #333;
}

.brand-how {
  padding: 10px 0;
  font-size: 14px;
}
.brand-how p {
  padding: 5px 0;
  line-height: 28px;
  text-indent: 2em;
}

.web-tags .items {
  padding: 10px 0;
}
.web-tags .items span {
  display: block;
  height: 88px;
  line-height: 88px;
  font-size: 24px;
}
.web-tags .items ul li {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  margin: 5px 15px 0 0;
  white-space: nowrap;
}

.website dl {
  margin: 10px 0px;
}
.website dl dt {
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px rgba(226, 73, 92, 0.2) solid;
}
.website dl dt a {
  color: #e2495c;
}
.website dl dd {
  font-size: 14px;
  margin-top: 15px;
}
.website dl dd a {
  float: left;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 20px 0 0;
}
.website dl dd a .tt {
  font-size: 16px;
  color: #e2495c;
  font-weight: bold;
}
.website dl dd .main {
  width: 100%;
  overflow: hidden;
}

.video-wrap {
  padding: 10px;
  background: #333;
}
.video-wrap .bread {
  padding-top: 0;
  color: #94a4b4;
  background-position: -360px 6px;
  margin-bottom: 5px;
  font-size: 14px;
}
.video-wrap .bread a {
  color: #94a4b4;
  font-size: 14px;
}

.video-cont {
  widht: 100%;
  background: #222;
  color: #fff;
}

.video-zoom {
  width: 853px;
  overflow: hidden;
}

.video-player {
  width: 853px;
  height: 480px;
  background: #000;
}

.video-tit {
  padding: 10px 0 20px 0;
  line-height: 36px;
  font-size: 36px;
  text-align: center;
}

.rela-video {
  width: 330px;
}

.rela-video-tit {
  height: 46px;
  margin-bottom: 10px;
  line-height: 46px;
  font-size: 18px;
}

.video-info {
  height: 24px;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(226, 73, 92, 0.1);
  margin: 5px 0;
  line-height: 24px;
  color: #aaa;
  text-align: center;
}
.video-info span {
  margin-right: 20px;
}

.rela-list {
  height: 424px;
  overflow-y: scroll;
}
.rela-list ul li {
  height: 90px;
  margin-bottom: 16px;
}
.rela-list ul li a {
  display: block;
  color: #fff;
  overflow: hidden;
}
.rela-list ul li a:hover .item-thumb {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.rela-list ul li .item-thumb {
  float: left;
  width: 140px;
  height: 90px;
}
.rela-list ul li .item-info {
  float: right;
  width: 150px;
  padding-right: 10px;
}
.rela-list ul li .item-info .bt {
  height: 72px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}
.rela-list ul li .item-info .dur-time {
  height: 18px;
  line-height: 18px;
  color: #999;
  font-size: 14px;
}
.rela-list::-webkit-scrollbar {
  width: 10px;
  height: 100%;
  background: #222;
}
.rela-list::-webkit-scrollbar-button {
  display: none;
}
.rela-list::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 15px;
}
.rela-list::-webkit-scrollbar-track-piece {
  border: 1px solid #222;
}

.video-bts {
  height: 48px;
  line-height: 48px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  font-size: 32px;
  font-weight: bold;
}

.video-article-content {
  font-size: 16px;
  overflow: hidden;
}
.video-article-content .table-baseinfo {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}
.video-article-content .table-baseinfo td {
  border: 1px solid rgba(226, 73, 92, 0.1);
  height: 30px;
  padding: 8px;
  line-height: 23px;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-article-content .table-baseinfo .tb-base-name {
  width: 90px;
  text-align: right;
  color: #aaa;
}
.video-article-content .table-baseinfo .tb-base-value {
  width: 300px;
  max-width: 300px;
}
.video-article-content p {
  padding: 15px 0;
  line-height: 32px;
}
.video-article-content p a {
  color: #ff1216;
}
.video-article-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.product-intr .table-baseinfo a {
  color: #ff1216;
}

.video-article-content .table-baseinfo a:hover, .product-intr p a:hover {
  text-decoration: underline;
}

.viewgoods {
  position: relative;
  margin: 40px auto;
  background: #fff;
  overflow: hidden;
}
.viewgoods .img {
  position: relative;
  float: left;
  margin-right: 25px;
  display: inline-block;
  width: 300px;
  height: 300px;
}
.viewgoods .img .goods-btn {
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  width: 136px;
  height: 40px;
  margin: -20px 0 0 -68px;
  line-height: 40px;
  background: #fe7a24;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.viewgoods .img:hover .viewgoods-mask {
  display: block;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.viewgoods .img:hover .goods-btn {
  display: block;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.viewgoods .specs {
  height: 48px;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 16px;
}
.viewgoods .price {
  color: #8c8c8c;
  color: #8c8c8c;
}
.viewgoods .price .rmb {
  font-size: 20px;
  color: #ff1216;
  margin-right: 3px;
}
.viewgoods .price .m-num {
  color: #ff1216;
  font-size: 32px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.viewgoods .reason-tit {
  font-size: 14px;
  margin: 20px 0 0 0;
  color: #000;
  font-weight: bold;
}
.viewgoods .reason {
  padding-top: 10px;
  line-height: 36px;
  color: #666;
}

.viewgoods-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.goods-bt {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  border-bottom: 1px solid rgba(226, 73, 92, 0.1);
  padding-bottom: 12px;
  text-indent: 14px;
}
.goods-bt:before {
  content: "";
  float: left;
  display: block;
  width: 5px;
  height: 20px;
  background-color: #d21a3c;
  margin: 8px 5px 0 0;
}

.googs-link {
  position: absolute;
  top: 110px;
  right: 220px;
  display: inline-block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  background: #fe7a24;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  background: #fe7a24;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.googs-link:hover:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.video-rank ul li {
  padding: 30px;
  overflow: hidden;
}
.video-rank ul li .tl-img {
  width: 148px;
  height: 148px;
}
.video-rank ul li .tl-info {
  float: left;
  width: 420px;
}

.recommend .rec-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.recommend .rec-rank li {
  margin: 15px 0;
}
.recommend .rec-rank li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.recommend .rec-rank li .item-thumb {
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.recommend .rec-rank li .item-thumb .item-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 90px;
  z-index: 2;
  background: #000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.recommend .rec-rank li .item-thumb .icon-play {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 90px;
  z-index: 3;
  background: url("https://pinpai.phb123.com/skin/pinpaihz/images/bfn2.png") no-repeat center center;
}
.recommend .rec-rank li .item-thumb img {
  display: none;
}
.recommend .rec-rank li .rank-num {
  display: block;
  z-index: 4;
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 30px;
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #aaa;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.recommend .rec-rank li .rank-num.frist {
  background: #ff7f55;
  color: #fff;
}
.recommend .rec-rank li .rank-num.second {
  background: #ffc46a;
  color: #fff;
}
.recommend .rec-rank li .rank-num.third {
  background: #8ddccc;
  color: #fff;
}
.recommend .rec-rank li .item-info {
  color: #333;
}
.recommend .rec-rank li .item-info .bt {
  max-height: 52px;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
  overflow: hidden;
}
.recommend .rec-rank li .item-info .dur-time {
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.recommend .rec-rank li.on .item-thumb {
  width: 140px;
  height: 90px;
}
.recommend .rec-rank li.on .item-thumb img {
  display: block;
}
.recommend .rec-rank li.on .item-thumb .item-mask {
  display: block;
}
.recommend .rec-rank li.on .item-thumb .icon-play {
  display: block;
}
.recommend .rec-rank li.on .rank-num {
  position: absolute;
  color: #fff;
  background: #89ba21;
}

/*******************新闻系统后来加入*************/
.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.box880 {
  width: 880px;
  background-color: #fff;
}
.box880 .box-in {
  width: 840px;
  margin: 0 20px;
}

.wd880 {
  width: 880px;
}
.wd880 .box-in {
  width: 840px;
  margin: 0 20px;
}

.box120 {
  width: 120px;
  background-color: #fff;
}
.box120 .nav-in {
  border-top: 3px rgba(195, 23, 43, 0.5) solid;
  background-color: rgba(195, 23, 43, 0.1);
  box-shadow: 0 1px 3px 0 rgba(195, 23, 43, 0.2);
}
.box120 .nav-in li {
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.box120 .nav-in li a {
  color: #666;
}
.box120 .nav-in li:hover, .box120 .nav-in li.hover {
  background-color: #C3172B;
}
.box120 .nav-in li:hover a, .box120 .nav-in li.hover a {
  color: #fff;
}

.box740 {
  width: 740px;
  margin-left: 20px;
  background-color: #fff;
}
.box740 .box-in {
  width: 700px;
  margin: 0 20px;
}

.box300 {
  width: 300px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pd20 {
  padding: 20px;
}

.red {
  color: #f00;
}

.blue {
  color: #C3172B;
}

.news-list ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(226, 73, 92, 0.1);
  overflow: hidden;
}
.news-list ul li .img {
  float: left;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.news-list ul li .img img {
  max-height: 100%;
  max-width: 100%;
}
.news-list ul li .cont {
  float: right;
  width: 520px;
  height: 160px;
}
.news-list ul li .cont.cont2 {
  width: 700px;
}
.news-list ul li .cont .tit {
  padding-bottom: 10px;
  font-size: 20px;
}
.news-list ul li .cont .tit a {
  color: #222;
  font-weight: bold;
}
.news-list ul li .cont .tit a:hover {
  color: #C3172B;
}
.news-list ul li .cont .desc {
  height: 48px;
  line-height: 24px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.news-list ul li .cont .tags {
  float: left;
}
.news-list ul li .cont .tags a {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 6px;
  background: rgba(226, 73, 92, 0.1);
  border-radius: 3px;
  color: #C3172B;
}
.news-list ul li .cont .tags a:hover {
  background: #C3172B;
  color: #fff;
}
.news-list ul li .cont .infos {
  float: right;
  color: #aaa;
}
.news-list ul li .cont .infos span {
  padding-left: 20px;
}
.news-list ul li .cont .infos span em {
  padding-left: 10px;
  color: #999;
}

#fixPara {
  margin-top: 1px;
}

.hots {
  background: #fff;
}
.hots ul {
  padding: 10px;
}
.hots ul li {
  height: 24px;
  line-height: 24px;
  margin: 10px 0;
  overflow: hidden;
  overflow: hidden;
}
.hots ul li i {
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #ccc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
}
.hots ul li i.prominent {
  background-color: #C3172B;
}
.hots ul li span {
  float: left;
  display: inline-block;
  width: 254px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.hots ul li a {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
}

.favorite-brands {
  background: #fff;
}
.favorite-brands ul {
  padding: 10px;
}
.favorite-brands ul li {
  float: left;
  width: 132px;
  height: 80px;
  margin: 8px 4px;
}
.favorite-brands ul li .img {
  height: 57px;
}
.favorite-brands ul li .tit {
  height: 23px;
  line-height: 23px;
  text-align: center;
}

.article-title {
  padding: 10px 0;
  line-height: 1.5em;
  font-size: 26px;
  color: #333;
  text-align: center;
}
.article-title h1 {
  display: inline-block;
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}

.article-info {
  color: #999;
  height: 24px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article-desc {
  margin-top: 20px;
  min-height: 40px;
  padding: 10px;
  line-height: 25px;
  background-color: #f3f3f3;
  color: #999;
}

.article-body {
  padding: 20px 0;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  position: relative;
}
.article-body p {
  padding: 5px 0;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  margin: 18px 0;
  text-indent: 2em;
}
.article-body p img {
  text-align: center;
}
.article-body h2 {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 10px 0;
  padding-bottom: 12px;
  text-indent: 10px;
}
.article-body h3 {
  padding: 10px 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}
.article-body a {
  padding: 0 4px;
  color: #e2495c;
  text-decoration: underline;
}

.content2 {
  max-height: 800px;
}

.article_show_more {
  width: 100%;
  padding-top: 78px;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article_show_more span {
  color: #066eef;
  background-color: #fff;
}
.article_show_more i {
  font-size: 16px;
  color: #066eef;
}

.article_link {
  background-color: #fff;
  margin: 20px;
  width: 618px;
  height: 174px;
  border: 2px #fff solid;
  padding: 20px;
  text-indent: 0;
  clear: both;
  -webkit-box-shadow: 0 0 15px 0 rgba(226, 73, 92, 0.1);
  box-shadow: 0 0 15px 0 rgba(226, 73, 92, 0.1);
}
.article_link img, .article_link div, .article_link span {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.article_link .l {
  float: left;
  width: 170px;
}
.article_link .l img {
  width: 170px;
  height: 170px;
}
.article_link .r {
  float: left;
  width: 405px;
  margin-left: 40px;
  text-align: left;
  font-weight: normal;
}
.article_link .r .text1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.article_link .r .text2 {
  font-size: 13px;
  color: #999;
  margin-top: 15px;
  line-height: 24px;
  height: 82px;
}
.article_link .r .info {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article_link .r .info .tag {
  height: 31px;
  background: rgba(33, 51, 238, 0.1);
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.article_link .r .info .tag span {
  color: #e2495c;
  display: inline-block;
}
.article_link .r .info .more {
  background-color: #e2495c;
  width: 85px;
  height: 31px;
  border-radius: 4px;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.article-nav {
  margin-left: 10px;
  margin-bottom: 30px;
}
.article-nav div {
  line-height: 30px;
}
.article-nav div a {
  font-size: 14px;
  color: #333;
}

.rela-article ul li {
  width: 690px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px #eee dashed;
}
.rela-article ul li h2 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
  font-weight: 700;
  max-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
  color: #333;
}
.rela-article ul li .puttime {
  margin-top: 15px;
  color: #999;
  font-size: 12px;
}
.rela-article ul li .puttime span {
  margin-left: 30px;
}
.rela-article ul li p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-top: 15px;
  max-width: 670px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rela-article ul li:hover {
  background-color: rgba(226, 73, 92, 0.1);
}

.art-advs {
  width: 300px;
  height: 250px;
}

.bdsharebuttonbox {
  float: right;
  width: 225px;
  height: 24px;
  line-height: 24px;
}
.bdsharebuttonbox span {
  float: left;
  padding-right: 6px;
  line-height: 36px;
}

#baiduShare.bdshare-button-style0-24 .bds_qzone {
  background-position: 0 0;
}
#baiduShare.bdshare-button-style0-24 .bds_tsina {
  background-position: 0 -25px;
}
#baiduShare.bdshare-button-style0-24 .bds_tqq {
  background-position: 0 -50px;
}
#baiduShare.bdshare-button-style0-24 .bds_more {
  background-position: 0 -75px;
}

/*通用左右模块*/
.com_box {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 15px;
  padding-bottom: 10px;
}
.com_box .left {
  width: 885px;
  float: left;
}
.com_box .left .box_fqb {
  margin-top: 15px;
}
.com_box .right {
  width: 300px;
  float: right;
}

.brand_nav {
  width: 100%;
  overflow: hidden;
}
.brand_nav li {
  width: 33%;
  float: left;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px rgba(226, 73, 92, 0.1) solid;
}
.brand_nav li a {
  height: 48px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  bottom: -2px;
}
.brand_nav li:last-child {
  width: 34%;
}
.brand_nav li.hover a {
  color: #FF464E;
  border-bottom: 3px #FF464E solid;
}

.special_box {
  padding: 20px 20px 10px 20px;
  border-bottom: 1px #efefef solid;
}
.special_box .title {
  overflow: hidden;
}
.special_box .title .s1 {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  background: url(../img/bdxq_gold.png) no-repeat;
  background-size: 100%;
}
.special_box .title .brand2 {
  background: url(../img/bdxq_silver.png) no-repeat;
  background-size: 100%;
}
.special_box .title .brand3 {
  background: url(../img/bdxq_copper.png) no-repeat;
  background-size: 100%;
}
.special_box .title .brand4 {
  background: url(../img/bdxq_garland.png) no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.special_box .title .s2 {
  float: left;
  margin-top: 7px;
  margin-left: 15px;
  color: #666;
}
.special_box .title .s3 {
  float: right;
  margin-left: 15px;
  line-height: 30px;
  height: 32px;
}
.special_box .title .s3 i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.special_box .title b {
  font-size: 20px;
  color: #333;
  float: left;
  margin-left: 15px;
  margin-top: 3px;
}
.special_box .pic-des {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
}
.special_box .pic {
  float: left;
  width: 160px;
}
.special_box .pic img {
  width: 100%;
  max-height: 76px;
}
.special_box .des {
  width: 640px;
  float: right;
  line-height: 24px;
}
.special_box .des .data {
  color: #333;
}
.special_box .des .data span {
  margin-right: 20px;
}
.special_box .des .msg {
  color: #666;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special_box .goods {
  width: 100%;
  clear: both;
  text-align: center;
}
.special_box .goods .div {
  line-height: 40px;
  position: relative;
  top: 10px;
}
.special_box .box_goods {
  border-top: 1px rgba(190, 160, 120, 0.3) solid;
  margin-top: 20px;
}
.special_box .box_goods ul {
  padding-left: 0;
}
.special_box .box_goods ul li {
  width: 200px;
  text-align: left;
  margin-right: 9px;
  border: 2px #ffffff solid;
}
.special_box .box_goods ul li .img-area {
  width: 196px;
  height: 196px;
  line-height: inherit;
}
.special_box .box_goods div {
  color: #999;
  position: relative;
}
.special_box .goods_hide {
  display: none;
}
.special_box .goods_button {
  width: 820px;
  height: 0;
  visibility: hidden;
  border-top: 1px #D9D9D9 dashed;
  font-size: 14px;
  margin-left: 20px;
  cursor: pointer;
  align-items: center;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.special_box .goods_button:hover {
  color: #FF464E;
}
.special_box:hover {
  background-color: rgba(190, 160, 120, 0.2);
}

/*搜索--榜单*/
.search_special {
  width: 100%;
}
.search_special ul {
  width: 885px;
  overflow: hidden;
}
.search_special ul li {
  width: 20%;
  text-align: center;
  float: left;
  margin-top: 20px;
  height: 205px;
}
.search_special ul li img {
  width: 100%;
  margin-bottom: 10px;
}

.search_res .noData {
  min-height: 600px;
  text-align: center;
  width: 100%;
  padding-top: 150px;
  line-height: 30px;
  font-size: 16px;
}
.search_res .noData .d1 {
  font-size: 18px;
  color: #666;
}
.search_res .noData .d2 {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}
.search_res .noData .d3 {
  font-size: 14px;
  color: #999;
}
.search_res .noMoreData {
  text-align: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 30px;
  font-size: 16px;
  color: #999;
  clear: both;
}

.right_box {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(255, 70, 78, 0.5);
}
.right_box .right_head {
  box-shadow: 0 0 2px rgba(255, 70, 78, 0.5);
  background-color: rgba(255, 70, 78, 0.05);
}
.right_box .right_head .f_blue {
  position: relative;
  padding: 10px 20px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #e2495c;
  font-weight: normal;
}
.right_box .right_head .f_blue:before {
  border-left: 3px #FF464E solid;
  height: 20px;
}

/*右侧商品/券*/
.right-goods-new ul li {
  transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  width: 298px;
  height: 36px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  border-bottom: 1px rgba(226, 73, 92, 0.1) solid;
  padding-bottom: 10px;
}
.right-goods-new ul li img {
  width: 36px;
  height: 36px;
  float: left;
  margin-left: 10px;
}
.right-goods-new ul li:hover img {
  opacity: 0.8;
}
.right-goods-new ul li .title {
  width: 230px;
  overflow: hidden;
  padding: 0 10px;
  line-height: 18px;
  height: 36px;
}
.right-goods-new ul li .price {
  width: 120px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  display: none;
}
.right-goods-new ul li .price span.s1 {
  font-size: 12px;
  color: #dd2727;
}
.right-goods-new ul li .price span.s2 {
  font-size: 20px;
  color: #dd2727;
}
.right-goods-new ul li .layui-btn {
  height: 26px;
  line-height: 26px;
  float: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}
.right-goods-new ul li.hover {
  height: 100px;
}
.right-goods-new ul li.hover * {
  display: inline-block;
}
.right-goods-new ul li.hover .title {
  width: 160px;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  white-space: normal;
  padding: 0;
}
.right-goods-new ul li.hover img {
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 10px;
}

.tag-brand-goods li.li {
  border-bottom: 1px #eee solid;
}
.tag-brand-goods li.li .goods {
  width: 100%;
  clear: both;
  text-align: center;
}
.tag-brand-goods li.li .goods .div {
  line-height: 40px;
  position: relative;
  top: 10px;
}
.tag-brand-goods li.li .box_goods {
  border-top: 1px rgba(190, 160, 120, 0.3) solid;
  margin-top: 20px;
}
.tag-brand-goods li.li .box_goods ul {
  padding-left: 0;
}
.tag-brand-goods li.li .box_goods ul li {
  width: 190px;
  text-align: left;
  margin: 0 5px;
  border: 2px #ffffff solid;
}
.tag-brand-goods li.li .box_goods ul li .img-area {
  width: 196px;
  height: 196px;
  line-height: inherit;
}
.tag-brand-goods li.li .box_goods div {
  color: #999;
  position: relative;
}
.tag-brand-goods li.li .goods_hide {
  display: none;
}
.tag-brand-goods li.li .goods_button {
  width: 820px;
  height: 0;
  visibility: hidden;
  border-top: 1px #D9D9D9 dashed;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
  align-items: center;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.tag-brand-goods li.li .goods_button:hover {
  color: #FF464E;
}
.tag-brand-goods li.li:hover {
  background-color: rgba(221, 39, 39, 0.03);
}

/*商品列表*/
.box_goods .head1 .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.box_goods .head1 .left span {
  margin-left: 20px;
  color: #999999;
}
.box_goods .head1 .more {
  width: 200px;
  text-align: right;
}
.box_goods .zk-list {
  margin-top: 10px;
  padding-top: 5px;
  overflow: hidden;
  padding-left: 1px;
  height: 305px;
}
.box_goods .zk-list li {
  width: 200px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  margin: 0 10px 10px 0;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box_goods .zk-list li .img-area {
  position: relative;
  width: 210px;
  height: 210px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}
.box_goods .zk-list li .img-area img {
  max-width: 100%;
  max-height: 100%;
}
.box_goods .zk-list li .title-area {
  height: 16px;
  line-height: 16px;
  padding: 10px 10px 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box_goods .zk-list li .title-area i {
  color: #FF464E;
}
.box_goods .zk-list li .raw-price-area {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  padding: 15px 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.box_goods .zk-list li .info {
  height: 32px;
  padding: 6px 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.box_goods .zk-list li .info .price-area {
  float: left;
  width: 130px;
  padding-left: 10px;
}
.box_goods .zk-list li .info .price-area .price {
  position: relative;
  color: #FF2B22;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
}
.box_goods .zk-list li .info .price-area .price em.number-font {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  padding-left: 2px;
}
.box_goods .zk-list li .info .price-area .price em.decimal {
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
}
.box_goods .zk-list li .info .quan {
  padding: 0;
  float: right;
  position: relative;
  z-index: 1;
  zoom: 1;
  top: 0;
  margin-right: 5px;
  overflow: hidden;
  display: inline-block;
}
.box_goods .zk-list li .info .quan i {
  position: relative;
  z-index: 1;
  zoom: 1;
  font-style: normal;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 12px;
  min-width: 56px;
  text-align: center;
  padding: 4px 4px;
  color: #fff;
  background-color: #FF2B22;
}
.box_goods .zk-list li .info .quan:after, .box_goods .zk-list li .info .quan:before {
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: -4px;
  top: 50%;
  margin-top: -3px;
  border: 1px solid #FC3F78;
  background: #fff;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 10px;
}
.box_goods .zk-list li .info .quan:before {
  left: auto;
  right: -4px;
}
.box_goods .zk-list li .info .buy-btn:hover {
  color: #fff !important;
  text-decoration: underline;
}
.box_goods .zk-list li.li1 {
  margin-right: 0;
}
.box_goods .zk-list li:hover {
  box-shadow: 0 0 8px rgba(255, 70, 78, 0.5);
}
.box_goods .zk-list li:hover .img-area {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.box_goods .goods-ph {
  margin-top: 20px;
}
.box_goods .goods-ph li {
  width: 430px;
  height: 200px;
  float: left;
  margin-bottom: 25px;
  border-radius: 3px;
  box-shadow: 0 1px 20px 0 #ccc;
}
.box_goods .goods-ph li .saleitem_link {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.box_goods .goods-ph li .saleitem_link .saleitem_flag {
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 100;
  height: 22px;
  background: rgba(250, 100, 100, 0.8);
  color: #fff;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 0 15px;
}
.box_goods .goods-ph li .saleitem_link .saleitem_flag:after {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 0;
  height: 0;
  border: 3px solid;
  border-color: #a98138 #a98138 transparent transparent;
}
.box_goods .goods-ph li .saleitem_link .saleitem_img {
  width: 200px;
  height: 200px;
  float: left;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.box_goods .goods-ph li .saleitem_link .saleitem_img .img {
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box_goods .goods-ph li .saleitem_link .saleitem_img .img img {
  max-width: 100%;
  max-height: 100%;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info {
  width: 210px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .title {
  font-size: 16px;
  font-weight: bolder;
  color: #333;
  word-break: break-all;
  margin-top: 20px;
  line-height: 24px;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .desc {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  line-height: 20px;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info {
  height: 32px;
  padding: 6px 0;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .price-area {
  float: left;
  width: 130px;
  padding-left: 10px;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .price-area .price {
  position: relative;
  color: #FF2B22;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .price-area .price em.number-font {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  padding-left: 2px;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .price-area .price em.decimal {
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan {
  padding: 0;
  float: right;
  position: relative;
  z-index: 1;
  zoom: 1;
  top: 0;
  margin-right: 5px;
  overflow: hidden;
  display: inline-block;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan i {
  background: #fff;
  position: relative;
  z-index: 1;
  zoom: 1;
  font-style: normal;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 12px;
  min-width: 56px;
  text-align: center;
  padding: 4px 4px;
  color: #fff;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan:after, .box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan:before {
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: -4px;
  top: 50%;
  margin-top: -3px;
  border: 1px solid #FC3F78;
  background: #fff;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 10px;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan:before {
  left: auto;
  right: -4px;
}
.box_goods .goods-ph li .saleitem_link .saleitem_info .info .buy-btn:hover {
  color: #fff !important;
  text-decoration: underline;
}
.box_goods .goods-ph li:nth-child(even) {
  float: right;
}
.box_goods .goods-ph li:hover {
  background-color: #FFF6F1;
  box-shadow: 0 1px 20px 0 rgba(255, 70, 78, 0.5);
}
.box_goods .goods-ph li:hover .saleitem_img .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.shop_index {
  width: 1200px;
  margin: 0 auto;
}
.shop_index .sction-book-nav {
  border: 1px solid #dbdbdb;
  height: 180px;
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.shop_index .sction-book-nav h3 {
  width: 60px;
  height: 180px;
  border-right: 1px solid #ededed;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.shop_index .sction-book-nav h3 a {
  display: block;
  color: #333;
  padding: 42px 20px 0;
}
.shop_index .sction-book-nav h3 a i {
  height: 24px;
  width: 17px;
}
.shop_index .book-nav-wrap {
  padding: 30px 0;
  overflow: hidden;
}
.shop_index .book-nav-wrap dl {
  padding: 0 5px 0 45px;
  margin-left: -1px;
  border-left: 1px dashed #d6d6d6;
  float: left;
  _display: inline;
  height: 117px;
  overflow: hidden;
}
.shop_index .book-nav-wrap dl dt {
  display: block;
  padding-bottom: 14px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: 700;
  overflow: hidden;
}
.shop_index .book-nav-wrap dl dt span {
  font-weight: 400;
  font-family: Tahoma;
  font-size: 12px;
  color: #999;
  padding-left: 6px;
}
.shop_index .book-nav-wrap dl dd {
  float: left;
  _display: inline;
  width: 76px;
  height: 19px;
  line-height: 19px;
  font-size: 12px;
  overflow: hidden;
  margin-top: 9px;
}
.shop_index .book-nav-wrap dl dd a {
  display: inline-block;
  padding: 0 5px;
  height: 19px;
  color: #666;
}
.shop_index .book-nav-wrap dl dd .z-on {
  border-radius: 3px;
  background-color: #f46;
  color: #fff;
}
.shop_index .book-nav-wrap dl dd .z-c:hover {
  color: #f36;
}
.shop_index .book-nav-wrap dl.f1 {
  width: 780px;
}
.shop_index .book-nav-wrap dl.f2 {
  width: 230px;
}
.shop_index .content {
  width: 1220px;
  overflow: hidden;
  padding-bottom: 20px;
}
.shop_index .content .remp_con1 {
  margin-right: 20px;
  width: 224px;
  min-height: 355px;
  float: left;
  cursor: pointer;
  background: #f6f6f6;
  margin-top: 15px;
}
.shop_index .content .remp_con1 .remp_cat {
  width: 214px;
  height: 65px;
  background: #fff;
  display: block;
  margin: 5px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.shop_index .content .remp_con1 .remp_cat i {
  font-size: 40px;
  margin-right: 15px;
}
.shop_index .content .remp_con1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop_index .content .remp_con1 ul li {
  width: 163px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
}
.shop_index .content .remp_con1 ul li span {
  float: left;
}
.shop_index .content .remp_con1 ul li span.no3 {
  padding-left: 15px;
  line-height: 13px;
}
.shop_index .content .remp_con1 ul li a {
  color: #656565;
}
.shop_list {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
}
.shop_list .shop_box {
  border: 1px solid #f3f3f3;
  float: left;
  margin: 10px 5px 0 5px;
  padding: 10px;
  width: 410px;
}
.shop_list .shop_box .shop-logo {
  float: left;
  margin-right: 10px;
}
.shop_list .shop_box .shop-logo img {
  border-radius: 50%;
  height: 65px;
  width: 65px;
  box-shadow: 0 0 5px #ccc;
}
.shop_list .shop_box .mod-shop {
  float: left;
  width: 333px;
}
.shop_list .shop_box .mod-shop .title-info {
  height: 16px;
  overflow: hidden;
}
.shop_list .shop_box .mod-shop .title {
  float: left;
  color: #ff8bb3;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  width: 142px;
}
.shop_list .shop_box .mod-shop .label {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
  padding: 0 5px;
  background-color: #ff8bb3;
  color: #fff;
  text-align: center;
  width: 60px;
  float: right;
  font-size: 12px;
  border-radius: 3px;
}
.shop_list .shop_box .mod-shop .assess-info, .shop_list .shop_box .mod-shop .shop-intro {
  margin: 12px 0 8px;
}
.shop_list .shop_box .mod-shop .assess-info span {
  display: inline-block;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop_list .shop_box .mod-shop .assess-info span:first-child {
  width: 200px;
}
.shop_list .shop_box .mod-shop .gray {
  margin: 0 20px 0 8px;
  color: #999;
  font-size: 12px;
  font-style: normal;
}
.shop_list .shop_box .mod-shop .sale-info {
  margin: 8px 0 10px;
}
.shop_list .shop_box:hover {
  box-shadow: 0 0 3px #ff8bb3;
}

/*榜单推荐列表头部*/
.special_top_head {
  width: 100%;
  height: 120px;
  padding: 15px;
  box-sizing: border-box;
  max-height: 215px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.1);
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.special_top_head .special-logo {
  width: 100px;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.special_top_head .special-logo img {
  max-width: 100%;
  max-height: 100%;
}
.special_top_head .special-logo i {
  font-size: 70px;
}
.special_top_head .special-info {
  width: 500px;
  height: 100px;
  margin-left: 20px;
}
.special_top_head .special-info h1 {
  font-size: 20px;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.special_top_head .special-info .special-attr {
  margin-top: 15px;
}
.special_top_head .special-info .special-attr .gz {
  display: inline-block;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  width: 58px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  vertical-align: middle;
  border-color: #FF464E;
  background-color: #FF464E;
  color: #fff;
}
.special_top_head .special-info .special-attr .gz-num {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 2.286;
  text-align: left;
  vertical-align: middle;
  margin-left: 10px;
}

.page ul {
  width: 100%;
  margin-top: 20px;
}
.page ul li {
  display: inline-block;
  border-radius: 2px;
  margin-right: 10px;
}
.page ul li.active {
  color: red;
}

.ask-box {
  padding: 20px 24px 22px;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
}
.ask-box .title {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: bold;
}
.ask-box .ask-cont {
  width: 100%;
  float: left;
}
.ask-box .ask-cont .ask-user-time {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 0 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ask-box .ask-cont .ask-user-time .ask-user img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 6px;
}
.ask-box .ask-cont .ask-user-time .pubtime {
  font-weight: normal;
  color: #999;
}
.ask-box .ask-cont p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.ask-box .ask-cont .ask-zan {
  height: 20px;
  margin-top: 12px;
}
.ask-box .ask-cont .ask-zan span {
  margin-right: 30px;
}
.ask-box .ask-cont .ask-zan span i {
  color: #cacaca;
  margin-right: 5px;
}
.ask-box .ask-cont.ask-cont-pic {
  width: 520px;
}
.ask-box .pic {
  width: 128px;
  height: 128px;
  float: right;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ask-box .pic img {
  max-width: 100%;
  max-height: 100%;
}

.ask-content {
  padding: 20px 24px 22px;
  background-color: #fff;
  margin-bottom: 1px;
  overflow: hidden;
}
.ask-content .title {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: bold;
}
.ask-content .pubtime {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 15px;
}
.ask-content .pubtime .tag {
  float: right;
}

.answer-content {
  padding: 20px 24px 22px;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
}
.answer-content .answer-num {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.answer-content .answer-content-box {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.answer-content .answer-content-box .ask-user {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 0 15px 0;
}
.answer-content .answer-content-box p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.answer-content .answer-content-box .ask-zan {
  height: 20px;
  margin-top: 12px;
}
.answer-content .answer-content-box .ask-zan span {
  margin-right: 30px;
}
.answer-content .answer-content-box.ask-cont-pic {
  width: 520px;
}
.answer-content .answer-content-box:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rel-box {
  padding: 20px 24px 22px;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
}
.rel-box .answer-num {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.rel-box .rel-box-in {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.rel-box .rel-box-in .title {
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0;
  font-weight: bold;
}
.rel-box .rel-box-in p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.rel-box .rel-box-in:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.r-box {
  width: 300px;
  margin-bottom: 30px;
}
.r-box .r-box-head {
  border-bottom: 3px solid #e8e8e8;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  height: 35px;
}
.r-box .r-box-head span {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  color: #222;
  font-weight: 700;
  float: left;
  position: relative;
}
.r-box .r-box-head span:before {
  position: absolute;
  content: "";
  left: 1px;
  bottom: -16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding-right: 6px;
  height: 0;
  border-width: 3px;
  border-style: none dashed solid none;
  border-bottom-color: #f8f8f8;
  border-right-color: #e8e8e8;
}
.r-box .r-box-head span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding-right: 2px;
  height: 0;
  border-width: 3px;
  border-style: none dashed solid none;
  border-bottom-color: #C3172B;
  border-right-color: #f8f8f8;
}
.r-box .r-box-head a {
  position: absolute;
  right: 0;
  padding-right: 12px;
  font-weight: 400;
  top: 1px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.r-box .r-box-head a i {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #cacaca;
}

.r-box-main {
  padding-top: 15px;
}
.r-box-main li {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px #ccc dotted;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.r-box-main li a {
  color: #666;
  font-size: 14px;
}

.page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}
.page .active span {
  background-color: #D83F40;
  color: #fff;
}

::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(226, 73, 92, 0.1) ddd;
  background-clip: padding-box;
  min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

/*# sourceMappingURL=pc.css.map */
